home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / cslib15b.zip / ERROR.ERR next >
Text File  |  1994-12-20  |  10KB  |  155 lines

  1. Info 1000: %s %s %s %s %s
  2. Fatal Error 1110: CSWINDOW, WORK_WINDOW: null pointer.
  3. Fatal Error 1115: CSWINDOW, ACTIVATE_WINDOW: null pointer.
  4. Fatal Error 1120: CSWINDOW, HIDE_WINDOW: null pointer.
  5. Fatal Error 1125: CSWINDOW, OUT_CHAIN: null pointer.
  6. Fatal Error 1130: CSWINDOW, WIN REMOVE: window doesn't exist.
  7. Fatal Error 1135: CSWINDOW, win_make: Trying to create window -1.
  8. Fatal Error 1140: CSWINDOW, Not Enough memory for windows.
  9. Fatal Error 1145: CSWINDOW, win_current: Tracing error faulty number.
  10. Fatal Error 1310: CSJULIAN: Can't calculate julian date for year=0.
  11. Fatal Error 1410: CSDATE: Unknown date format!
  12. Fatal Error 1510: CSFIELD: Type of set_max() differs from the field type.
  13. Fatal Error 1515: CSFIELD: Type of set_min() differs from the field type.
  14. Error 1610: CSHEAP: Heap is already open.
  15. Fatal Error 1620: CSHEAP: Can't open. Heap not initialized.
  16. Fatal Error 1630: CSHEAP: Not open. Can't allocate.
  17. Fatal Error 1640: CSHEAP: Malloc() internal error.  You found a bug!
  18. Fatal Error 2110: CSMENU, MENU point_2_opt: invalid option.
  19. Fatal Error 2115: CSMENU, to many options.
  20. Fatal Error 2120: CSMENU submenu, invalid option.
  21. Fatal Error 2125: CSMENU display option, invalid option.
  22. Fatal Error 2130: CSMENU connect: invalid option.
  23. Fatal Error 2510: CSTEMPLATE: invalid template!
  24. Fatal Error 2515: CSTEMPLATE: invalid template string.
  25. Fatal Error 2520: CSTEMPLATE: character %s not allowed in template!
  26. Fatal Error 3110: CSPANEL: can't allocate field.
  27. Fatal Error 3115: CSPANEL: Error, max number of fields reached!
  28. Fatal Error 3120: CSPANEL: exit_field: field %s does not exist!
  29. Fatal Error 3125: CSPANEL: protecting non-existing field!
  30. Fatal Error 3130: CSPANEL: can't allocate field for double.
  31. Fatal Error 3135: CSPANEL: can't allocate field for float.
  32. Fatal Error 3140: CSPANEL: can't allocate field for long.
  33. Fatal Error 3145: CSPANEL: can't allocate field for integer.
  34. Fatal Error 3150: CSPANEL: can't allocate field for string.
  35. Fatal Error 3155: CSPANEL: can't allocate field for character.
  36. Fatal Error 3160: CSPANEL: can't allocate field for DATE.
  37. DEBUG Warning 3310: CSMALLOC: File %s line %s farcalloc() returns NULL.
  38. DEBUG Warning 3320: CSMALLOC: File %s line %s farmalloc() returns NULL.
  39. DEBUG Warning 3330: CSMALLOC: File %s line %s calloc() returns NULL.
  40. DEBUG Warning 3340: CSMALLOC: File %s line %s malloc() returns NULL.
  41. DEBUG Warning 3380: CSMALLOC: File %s line %s realloc() returns NULL.
  42. DEBUG Warning 3390: CSMALLOC: File %s line %s realloc() returns NULL.
  43. DEBUG Error 3315: CSMALLOC: File %s line %s farfree(NULL).
  44. DEBUG Error 3316: CSMALLOC: File %s line %s farfree( NOT USED ).
  45. DEBUG Error 3325: CSMALLOC: File %s line %s free(NULL).
  46. DEBUG Error 3326: CSMALLOC: File %s line %s free( NOT USED ).
  47. DEBUG Error 3335: CSMALLOC: File %s line %s realloc(NULL).
  48. DEBUG Error 3336: CSMALLOC: File %s line %s realloc( NOT USED ).
  49. DEBUG Error 3345: CSMALLOC: File %s line %s farrealloc(NULL).
  50. DEBUG Error 3346: CSMALLOC: File %s line %s farrealloc( NOT USED ).
  51. DEBUG Error 3350: CSMALLOC: Can't open log file %s.
  52. DEBUG Error 3360: CSMALLOC: NearHeap fails test in file %s line %s.
  53. DEBUG Error 3370: CSMALLOC: FarHeap fails test in file %s line %s.
  54. Fatal Error 3510: EDSTR: string to long. %s
  55. Fatal Error 3515: EDSTR: alloc_min, Can't minimize allocation!
  56. Fatal Error 3520: EDSTR: alloc_adjust, Can't adjust allocation!
  57. Fatal Error 3525: EDSTR: can't allocate memory!
  58. Fatal Error 7010: BASE out of memory.
  59. Fatal Error 8010: %s is not a PAGE database file, or file is corrupted.
  60. Fatal Error 8020: PAGE %s No pages in empty page chain.
  61. Fatal Error 8210: %s is not a BTREE file, or file corrupted!
  62. Fatal Error 8215: Can't open BTREE %s. Is already open.
  63. Fatal Error 8216: Can't open BTREE %s. Out of memory.
  64. Fatal Error 8220: Can't initialize BTREE. Out of memory.
  65. Warning 8225: Multiple Keys can not be set. BTREE %s is already open. IGNORED.
  66. Fatal Error 8226: BTREE minimum key length is 1. Can't Define %s.
  67. Fatal Error 8227: BTREE negative data length. Can't Define %s.
  68. Fatal Error 8228: BTREE multiple keys NOT allowed with data length 0.
  69. Error 8230: BTREE is closed. Can't Pack.
  70. Error 8235: BTREE %s Pack(). Can't open temporary file.
  71. Error 8240: BTREE %s Pack(). Out of memory.
  72. Error 8245: BTREE %s Pack(). Disk Full?
  73. Error 8250: BTREE %s Pack(). Read error.
  74. Fatal Error 8310: CSTABLE %s Index key less then data key.
  75. Error 8320: CSTABLE %s Attempt to use PREV() before SEARCH() or INSERT().
  76. Error 8330: CSTABLE %s Attempt to use NEXT() before SEARCH() or INSERT().
  77. Fatal Error 8340: CSTABLE %s Insufficient memory to allocate data block.
  78. Fatal Error 8350: CSTABLE %s Insufficient memory to allocate index block.
  79. Fatal Error 8420: CSARRAY %s Argument of SIZE(%s) too large.
  80. Fatal Error 8430: CSARRAY %s Not enough memory to allocate buffer.
  81. Warning 8440: CSARRAY %s You can't change SIZE(). Attempt ignored.
  82. Fatal Error 8450: CSARRAY %s Index %s out of range.
  83. Fatal Error 8460: CSARRAY %s Class not properly set up. SIZE() has to be called.
  84. Fatal Error 8710: BUFFER %s Out of memory. Can't allocate buffer.
  85. Fatal Error 8715: BUFFER %s Can't initialize class. Not enough memory.
  86. Fatal Error 8720: BUFFER %s No buffers available.
  87. Fatal Error 8725: BUFFER class not open. Can't set number of buffers.
  88. Fatal Error 8726: BUFFER class not open. Cannot load buffer.
  89. Fatal Error 8730: BUFFER %s Buffer 2 file, page %s. Can't perform fseek.
  90. Fatal Error 8735: BUFFER %s File 2 buffer, page %s. Can't perform fseek.
  91. Fatal Error 8740: BUFFER %s Buffer 2 file, page %s. Can't perform fwrite.
  92. Fatal Error 8745: BUFFER %s File 2 buffer, page %s. Can't perform fread.
  93. Fatal Error 8750: BUFFER %s number_buff() needs to be called before assign().
  94. Fatal Error 8755: BUFFER: Can't open. Is already opened.
  95. Fatal Error 8756: BUFFER: %s. Number of buffers NOT set.
  96. Error 8790: BUFFER: %s locate_buff() Priority %s out of range [0..31], ADJUSTED.
  97. Error 8791: BUFFER: %s load_buff() Priority %s out of range [0..31], ADJUSTED.
  98. Error 8792: BUFFER: %s change_stat() Priority %s out of range [0..31], ADJUSTED.
  99. Fatal Error 9310: TBASE: %s Recordsize larger then 32765 bytes.
  100. DEBUG Error 9320: TBASE: %s Invalid record %s!..... Waiting for keyboard hit.
  101. Fatal Error 9340: TBASE is already open. Can't open again.
  102. Fatal Error 9341: TBASE is open. Can't call define().
  103. Fatal Error 9350: %s is not a TBASE file, or file corrupted!
  104. Error 9390: TBASE: %s Out of memory during pack().
  105. Warning 9504: %s Can't call empty(). Database needs to be open. IGNORED.
  106. Fatal Error 9505: PAGE: %s Too much DATA read from header. Max is %s.
  107. Fatal Error 9506: PAGE: %s Too much DATA written to header. Max is %s.
  108. Fatal Error 9510: PAGE: %s Read_header: can't perform fseek.
  109. Fatal Error 9511: PAGE: %s Write user data, database NOT open.
  110. Fatal Error 9512: PAGE: %s Write user data, can't perform fseek.
  111. Fatal Error 9513: PAGE: %s Write user data, disk full?
  112. Fatal Error 9515: PAGE: %s Data_2_header(): can't perform fseek.
  113. Fatal Error 9520: PAGE: %s Read_header: eof.
  114. Fatal Error 9521: PAGE: %s Read user data, database NOT open.
  115. Fatal Error 9522: PAGE: %s Read user data, can't perform fseek.
  116. Fatal Error 9523: PAGE: %s Read user data, can't perform fread.
  117. Fatal Error 9525: PAGE: %s Data_2_header(): can't perform fwrite.
  118. Fatal Error 9530: PAGE: %s Read_header: io error.
  119. Fatal Error 9535: PAGE: %s Header_2_data(): Database is not open!
  120. Fatal Error 9540: PAGE: %s Write_header: can't perform fseek.
  121. Fatal Error 9545: PAGE: %s Header_2_data(): can't perform fseek.
  122. Fatal Error 9550: PAGE: %s Write_header: can't perform fwrite.
  123. Fatal Error 9555: PAGE: %s Header_2_data(): can't perform fread.
  124. Fatal Error 9560: PAGE: %s Can't open file during definition.
  125. Error 9565: PAGE: %s Can't set page size. Database already open. IGNORED.
  126. Error 9570: PAGE: %s Can't open. Locked? Read only?
  127. Error 9571: PAGE: %s Can't open. File doesn't exist.
  128. Error 9575: PAGE: %s Maximum page size is %s bytes. Page size is NOT changed.
  129. Fatal Error 9580: PAGE: %s Can't close database. Disk full?
  130. Error 9585: PAGE: %s Can't open database. Is already open.
  131. Fatal Error 9590: PAGE: %s File not open. Can't read data from header.
  132. Fatal Error 9591: PAGE: %s File not open. Can't write data to header.
  133. Error 9592: PAGE: %s File not open. Can't execute 'save_as()'.
  134. Error 9595: PAGE: %s Out of memory during 'save_as()'.
  135. DEBUG Warning 9596: PAGE Can't close(). Class not open.
  136. Fatal Error 9610: VRAM: %s Wrong page size. File corrupted?
  137. Fatal Error 9620: VRAM: %s Can't initialize, out of memory.
  138. Fatal Error 9630: %s is not a VRAM file, or file is corrupted.
  139. Fatal Error 9631: VRAM: %s vmalloc(%s), attempt to allocate more then %s bytes.
  140. Fatal Error 9640: VRAM: %s Chunk size of %s bytes is to big.
  141. Error 9666: VRAM: class NOT open. Can't execute %s function.
  142. Error 9667: VRAM: %s already open. Can't execute %s function.
  143. Fatal Error 9710: VBASE: %s Can't allocate empty-chain table.
  144. Fatal Error 9720: VBASE: %s Maximum-record-size of %s bytes is too big.
  145. Fatal Error 9730: VBASE: %s Attempt to read invalid record %s.
  146. Fatal Error 9740: VBASE: %s Attempt to write invalid record %s.
  147. Fatal Error 9750: VBASE: %s Can't open. Illegal number of indexes!
  148. Fatal Error 9751: VBASE: %s Can't open. Wrong page size.
  149. Fatal Error 9760: VBASE: %s Attempt to append record with invalid length %s.
  150. Fatal Error 9761: VBASE: %s Attempt to write record with invalid length %s.
  151. Error 9768: VBASE: %s Database NOT open. Can't execute PACK().
  152. Error 9771: VBASE: %s Database NOT open. Can't execute EMPTY();
  153. Warning 9772: VBASE: %s Not enough memory to execute PACK().
  154. Fatal Error 9780: %s is not VBASE database file, or file is corrupted.
  155.